FileAttachmentSave Method (String) |
Saves the specified file path.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic void Save(
string filePath
)
Public Sub Save (
filePath As String
)
Parameters
- filePath
- Type: SystemString
The file path.
See Also